From e78ebaa0899ae1be3a5d1885582ce6cdc5732d2e Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 5 Feb 2014 02:25:03 -0500 Subject: [PATCH] docs: don't use --- gtk/gtkfilechooserbutton.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index b61937379b..43d8c84677 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -86,13 +86,12 @@ * The #GtkFileChooserButton supports the #GtkFileChooserActions * %GTK_FILE_CHOOSER_ACTION_OPEN and %GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER. * - * - * The #GtkFileChooserButton will ellipsize the label, - * and will thus request little horizontal space. To give the button - * more space, you should call gtk_widget_get_preferred_size(), - * gtk_file_chooser_button_set_width_chars(), or pack the button in - * such a way that other interface elements give space to the widget. - * + * > The #GtkFileChooserButton will ellipsize the label, and will thus + * > request little horizontal space. To give the button more space, + * > you should call gtk_widget_get_preferred_size(), + * > gtk_file_chooser_button_set_width_chars(), or pack the button in + * > such a way that other interface elements give space to the + * > widget. */ -- 2.30.2